home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / soundu / dmpc230.zip / DMPC.CFG next >
Text File  |  1994-07-06  |  3KB  |  102 lines

  1. TEMP=D:\TEMP
  2. ;Where to extract files to before playing, defaults to current.
  3.  
  4. RIPPER_DEVICE=SoundBlaster
  5. ;Speaker, DAC, Tandy, SoundBlaster, PAS or GUS.  Defaults to Speaker.
  6. RIPPER_PORT=$220
  7. RIPPER_IRQ=5
  8. ;IRQ value still not being used.
  9. RIPPER_DMA=1
  10. RIPPER_DIR=D:\TEMP
  11. ;Path where you want samples to be saved.
  12.  
  13. START_PATH=C:\PROGRAM\MOD
  14. ;DMPC will read this directory first, unless you use command-line override.
  15.  
  16. ALWAYS_REREAD=False
  17. ;When TRUE, DMPC re-reads the directory every time you change player.
  18.  
  19. READ_ARCHIVES=True
  20. ;When FALSE, DMPC will not search archives for music files.
  21.  
  22. USE_DESCRIPTION=True
  23. ;Defaults to FALSE, when TRUE, DMPC will read DMPC.DSC for descriptions.
  24.  
  25. DMPC_DIR=False
  26. ; When TRUE, DMPC will scan all the directries from DMPC.DIR for music
  27. ; files at startup.  Only current will be scanned when FALSE, defaults to TRUE.
  28.  
  29. USE_LOGFILE=False
  30. ; When TRUE, DMPC will read all it's information from DMPC.LOG intead of doing
  31. ; a manual read.  Defaults to FALSE.
  32.  
  33. USE_ZOO=FALSE
  34. USE_HYPER=FALSE
  35. USE_SQZ=FALSE
  36. USE_LIMIT=FALSE
  37. USE_HA=FALSE
  38. USE_PAK=FALSE
  39. ;Default to TRUE, won't scan archives of that type if FALSE
  40.  
  41. ;Set these paths for faster startup.
  42. ZIP_PATH=C:\UTILS\ZIP.EXE
  43. ;Only needed for deleting files from ZIPs
  44. UNZIP_PATH=C:\UTILS\UNZIP.EXE
  45. ARJ_PATH=C:\UTILS\ARJ.EXE
  46. LHA_PATH=C:\UTILS\LHA.EXE
  47. LIMIT_PATH=C:\UTILS\LIMIT.EXE
  48. SQZ_PATH=C:\UTILS\SQZ.EXE
  49. HA_PATH=C:\UTILS\HA.EXE
  50. HYPER_PATH=C:\UTILS\HYPER.EXE
  51. HPACK_PATH=C:\UTILS\HPACK.EXE
  52. UC2_PATH=C:\UC2\UC.EXE
  53. ZOO_PATH=C:\UTILS\ZOO.EXE
  54. PAK_PATH=C:\UTILS\PAK.EXE
  55. ;I assume use of ZOO v2.10 and NoGate's PAK.
  56.  
  57. ;You can have up to 30 player configs
  58.  
  59. [Dual Module Player]
  60.  
  61. OPTIONS=-p220 -d1 -i5 -q -8 -l -c1 -s44 %S
  62. ;The %S is optional unless you need the music file name before or in the options
  63. ;eg. OPTIONS=/i /m:%S /s:22000   would become /i /m:ETERNITY.MOD /s:22000
  64. ;Use %P instead of %S to specify the full pathname of the music file, or %K to
  65. ;substitute the name of the music file without its extension. (eg. ETERNITY)
  66.  
  67. LISTFILE=TRUE
  68. ;DMP supports listfiles of the @DMPC.LST type, @DMPC.LST will be passed to the
  69. ;player at the end of the options line unless %P or %S is specified.
  70.  
  71. FILEMASK = MATS36NF
  72. ;MOD, AMF, MTM, STM, S3M, 669, NST, FAR (user configurable, see DMPC.FMT)
  73.  
  74. Player=C:\utils\dmp.exe
  75. ;Specify full path for faster startup.
  76.  
  77.  
  78. [Galaxy Music Player]
  79. OPTIONS=/oSB /m22
  80. FILEMASK=MS36N
  81. Player=C:\utils\glx.exe
  82.  
  83.  
  84. [Modplay 2.19b]
  85. OPTIONS=-ls
  86. FILEMASK=MSN
  87. PLAYER=C:\UTILS\MP.COM
  88.  
  89.  
  90. [Protected Module Player]
  91. OPTIONS=/p220 /i5 /d1 /q /l /c1
  92. LISTFILE=TRUE
  93. FILEMASK=MSA36N
  94. PLAYER=C:\UTILS\PMP.EXE
  95.  
  96.  
  97. [WAV/SND Player]
  98. FILEMASK=WVD
  99. OPTIONS=%S SB$220 /BATCH
  100. PLAYER=SPLAY.EXE
  101. ;SoundPlayer is also written by me, look for SPLAY100.ZIP
  102.